Crate mockers_derive

source ·

Macros

Attribute Macros

  • Implementation #[mocked] attribute — main entry point of library. Attribute may be used on trait, extern module, struct and impl block. This itself is a thin wrapper around mocked_impl where actual work is done.